home *** CD-ROM | disk | FTP | other *** search
- /* cc.ini file for cc.prg and uemail.prg */
- source=e:\ /* C, lnk, and 68K files */
- include=d:\stdlib.h\ /* headers */
- temp=m:\ /* temporary files, o files, and final prg */
- symb=c:\bin\ /* as68symb.dat */
- bin=c:\bin\ /* compilers, assembler, linker, and loader */
- tdrive=m /* temp drive drive designation */
- home=c:\uemail\ /* where it all began */
- root=c:\ /* boot directory */
- assembly=d:\assembly.s\ /* assembly sources */
- etc=c:\util\ /* utility programs */
- comm=c:\comm\ /* communications */
- shell=c:\util\pcommand.prg /* shell program */
- syslib=c:\bin\ /* library directory */
- lnkfile=xemacs /* filename of link command file */
- float= /* flag for floating point -f, -e or nil*/
- dolink=0 /* if 1, call linker after compiling file[s] */
- delete=1 /* delete I, S, 68K files? 1==YES */
- /* function key bindings for uemail.ttp */
- F1=setmark /* sets the mark */
- F2=listbuffers /* lists current buffers */
- F3=filename /* change current filename */
- F4=writeregion /* write text between point and mark to file */
- F5=fileinsert /* insert file at point */
- F6=fileread /* read file into current buffer */
- F7=filevisit /* visit (find) a file */
- F8=filewrite /* write out buffer to named file */
- F9=filesave /* save current buffer if changed */
- F10=quickexit /* save all changed buffers and exit */
- /* Number pad bindings for uemail.ttp */
- N(=backword /* backward word */
- N)=forwword /* forward word */
- N/=grtw /* globally remove trailing whitespace */
- N*=retversion /* return current version to message line */
- N7=gotobol /* goto beginning of line */
- N8=gotoeol /* goto end of line */
- N9=unkncom /* unknown command */
- N-=pageback /* back by one text page (60 lines default) */
- N4=backsent /* goto beginning of sentence */
- N5=forwsent /* goto end of sentence */
- N6=unkncom /* unknown */
- N+=pageforw /* forward by one text page */
- N1=gotbop /* goto beginning of paragraph (blank line) */
- N2=goteop /* goto end of paragraph (blank line) */
- N3=unkncom /* unknown */
- N.=forwdel /* delete character under cursor */
- NENTER=indent /* newline and indent */
-